home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / hobby / boat0001.zip / README < prev    next >
Text File  |  1995-01-19  |  3KB  |  48 lines

  1. ***************************************************************************
  2. MS-DOS/VGA boat design program, written by
  3.             Bruce Winterbon
  4.             R.R. 1, Deep River
  5.             Ontario, Canada
  6.             K0J 1P0
  7.  
  8.     e-mail: bk850@freenet.carleton.ca
  9.  
  10. This program was written to aid in the design of stripper canoes, but it
  11. should be more generally useful. It allows one to create and fair boat lines
  12. drawings within the computer, check stability, displacement, and other
  13. parameters, and print patterns for the transverse stations and the stem-
  14. and stern-pieces on one's printer. The main part (the graphics box) of any
  15. of the graphics screens can also be printed. The printing should be able to
  16. be done on almost any printer capable of printing graphics, but I have been
  17. able to test the printing only on an Epson-(semi)compatible 9-pin dot-matrix
  18. printer.
  19.  
  20. The program needs a mouse to run. Also it needs at least 512K of memory, and
  21. would be better with 640K or with extended memory, and it requires at least
  22. EGA or VGA graphics. It
  23. runs from DOS; it doesn't need Windows. It could probably be run from a floppy
  24. disk, but it would be painfully slow -- it should be installed on a hard disk.
  25. The "standard" version of the program will run on an 8086 or higher CPU, with
  26. no numeric coprocessor ('87 chip). If you have an 80286 or higher CPU, I can provide either "real mode" or "protected mode" versions
  27. that takes advantage of it. Real mode uses only the standard 640K of memory,
  28. and protected mode uses extended memory. The real-mode version uses overlays,
  29. so it will work better than the protected-mode version if you have little or
  30. no extended memory. Also, if you have a numeric coprocessor I can provide a
  31. version that uses it, and will therefore run faster than the no-coprocessor
  32. version.
  33.  
  34. In text mode, the screen is 80 characters by 25 lines; in graphics, 640 by
  35. 480 pixels. If you NEED something different, I'll try to help.
  36.  
  37. Besides the program BOAT.EXE, the files BOAT.HLP, BOAT.TVR, and EGAVGA.BGI
  38. are necessary to run the program. The real mode program also needs the file
  39. BOAT.OVR, and the protected-mode version the files DPMI16BI.OVL and RTM.EXE.
  40. The program creates data files with the default name BOAT.DTA. All of these
  41. files should be in the same directory. If you change the name of the program,
  42. then all of the files on the disk with names BOAT.* should be changed
  43. correspondingly.
  44.  
  45. There is no printed manual. The help text is intended to take the place of
  46. such a manual.
  47. ****************************************************************************
  48.